home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
ImageCodec.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
77 lines
/*
File: ImageCodec.idl
Contains: QuickTime Interfaces.
Version: Technology: QuickTime 2.1
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __IMAGECODEC_IDL__
#define __IMAGECODEC_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __TYPES_IDL__
#include <Types.idl>
#endif
#ifndef __QUICKDRAW_IDL__
#include <Quickdraw.idl>
#endif
#ifndef __QDOFFSCREEN_IDL__
#include <QDOffscreen.idl>
#endif
#ifndef __WINDOWS_IDL__
#include <Windows.idl>
#endif
#ifndef __IMAGECOMPRESSION_IDL__
#include <ImageCompression.idl>
#endif
#ifndef __COMPONENTS_IDL__
#include <Components.idl>
#endif
#ifndef __MOVIES_IDL__
#include <Movies.idl>
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
/* codec component selectors */
/* codec selectors 0-127 are reserved by Apple */
/* codec selectors 128-191 are subtype specific */
/* codec selectors 192-255 are vendor specific */
/* codec selectors 256-32767 are available for general use */
/* negative selectors are reserved by the Component Manager */
/* codec capabilities flags */
typedef SOMLargeStruct CodecCapabilities; /* Derived from a struct of 20 bytes in size */
/* codec condition flags */
typedef SOMLargeStruct CDSequenceDataSource; /* Derived from a struct of 44 bytes in size */
typedef OpaquePtr CDSequenceDataSourcePtr; /* Substituted OpaquePtr for ``CDSequenceDataSource*'' */
typedef SOMLargeStruct CodecCompressParams; /* Derived from a struct of 190 bytes in size */
typedef SOMLargeStruct CodecDecompressParams; /* Derived from a struct of 172 bytes in size */
#endif
#if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
#endif
#if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
#endif
#endif /* __SOMIDL__ */
#endif /* __IMAGECODEC_IDL__ */